提交

Kurdishtts

@Bear Rizgar

Kurdish (Sorani & Kurmanji) text-to-speech and speech-to-text for AI agents — 664 AI voices, audio transcription with dialect detection, and live streaming STT. Remote streamable-HTTP MCP server; requires a free kurdishtts.com API key. Listed in the official MCP registry as com.kurdishtts/kurdish-tts-stt.
概览

KurdishTTS MCP Server

The first Kurdish-language MCP server: text-to-speech and speech-to-text for Sorani (Central Kurdish) and Kurmanji (Northern Kurdish), powered by kurdishtts.com.

Tools

  • synthesize_speech convert Kurdish text to natural speech (664 AI voices, WAV output, optional word timestamps)
  • transcribe_audio transcribe Kurdish audio (WAV/MP3/FLAC/OGG/M4A) with dialect detection
  • start_streaming_transcription open a live streaming STT session (WebSocket)
  • list_voices browse the voice catalog by dialect and model version
  • list_dialects supported dialects and scripts

Setup

  1. Create a free account at kurdishtts.com and generate API keys in Settings API (TTS and STT use separate keys).
  2. Connect with the endpoint https://www.kurdishtts.com/api/mcp and header Authorization: Bearer <ttsKey>:<sttKey> (a single key also works for its own tool family).

Usage is metered against your plan exactly like the HTTP API free tier included. MCP payload limits: 600 characters per synthesis, 4 MB audio per transcription; use the REST API for larger jobs.

服务器配置

{
  "mcpServers": {
    "kurdish-tts": {
      "url": "https://www.kurdishtts.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_TTS_KEY:YOUR_STT_KEY"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server